home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / CC_C / 0335.ZIP / BOSS.ARC / CCC86.BAT < prev    next >
DOS Batch File  |  1986-01-02  |  512b  |  10 lines

  1. cc1 %1 %2 %3 %4 %5 -cm -dSPTR=1 -dLPTR=0 -dLATTICE=0 -dCI86=1
  2. if errorlevel 1 goto done
  3. cc2 %1
  4. if errorlevel 1 goto done
  5. cc3 %1
  6. if errorlevel 1 goto done
  7. cc4 %1
  8. if errorlevel 1 goto done
  9. :done
  10.